home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1489 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  773 b 

  1. Path: jaring.my!usenet
  2. From: meimei@pl.jaring.my
  3. Newsgroups: comp.lang.c
  4. Subject: help encryption program
  5. Date: Sun, 14 Jan 1996 16:29:00 GMT
  6. Organization: Unconfigured
  7. Message-ID: <4dbb0o$dbm@jaring.my>
  8. NNTP-Posting-Host: j2.brf10.jaring.my
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Requirement :
  12. ==========
  13.  
  14. A encryption scheme is to interchange letters of the alphabet on a
  15. one-to-one basis. This can be accomplished with a transalation table
  16. for the 52 lowercase and uppercase letters.
  17.  
  18. Write a C program that implements such a scheme to encode text. The
  19. program must also have the option to decode text thst has been
  20. encoded. The user must select whether he wants to encode or decode the
  21. text and then type in the appropriate text.
  22.  
  23. Can anyone solve the above problem ?
  24.  
  25.